.faq_container {
  width: auto;
  margin: auto;
  padding: 0 7px;
}
.faq_point {
	list-style-type: none;
	display: grid;
	align-items: center;
	grid-template-columns: 24px auto;
	column-gap: 8px;
}
.faq_c_title {
  font-size: 2em;
  font-weight: 600;
}
.faq_menu_list {
  padding: 0;
  display: none;
}
.faq_menu_list li {
  list-style: none;
  padding: 15px 5px;
  font-size: 1em;
  font-weight: 600;
}
.faq_menu {
	width: fit-content;
	position: fixed;
	margin-left: 150px;
	background: white;
	z-index: 1;
}
.faq_menu_list li.active {
  border-left: 25px solid #1446dc;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #fed500;
  color: white;
}



@media only screen and (min-device-width: 1200px) {
  .faq_container {
    width: 800px;
    margin: auto;
  }
  .faq_c_title {
    font-size: 2em;
    font-weight: 600;
  }
  .faq_menu_list {
    padding: 0;
  }
  .faq_menu_list li {
    list-style: none;
    padding: 15px 5px;
    font-size: 1em;
    font-weight: 600;
  }
.faq_point {
	list-style-type: none;
	display: grid;
	align-items: center;
	grid-template-columns: 24px auto;
	column-gap: 8px;
}
  .faq_menu {
  	width: fit-content;
  	position: fixed;
  	margin-left: 150px;
  	background: white;
  	z-index: 1;
  }
  .faq_menu_list li.active {
    border-left: 25px solid #1446dc;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #fed500;
    color: white;
  }
}
